home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TTRIGGERWIZARD1 / TTRIGGERWIZARD1.txt < prev   
Text File  |  1997-02-13  |  22KB  |  801 lines

  1. object TriggerWizard1: TTriggerWizard1
  2.   Left = 191
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trigger wizard'
  7.   ClientHeight = 338
  8.   ClientWidth = 572
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 108
  20.     Top = 4
  21.     Width = 5
  22.     Height = 329
  23.     Shape = bsLeftLine
  24.   end
  25.   object LastMsg1: TLabel
  26.     Left = 0
  27.     Top = 112
  28.     Width = 105
  29.     Height = 89
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Well done!'#13#13'Your trigger is now '#13'ready :-)'#13#13'Enjoy it!'
  33.     Visible = False
  34.   end
  35.   object Warning: TLabel
  36.     Left = 0
  37.     Top = 208
  38.     Width = 105
  39.     Height = 101
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Caption = 
  43.       'UNREGISTERED USERS WILL HAVE TO COPY BY HAND THE RESULTS OF THIS' +
  44.       ' WIZARD... SORRY :-)'
  45.     Color = clBtnFace
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentColor = False
  51.     ParentFont = False
  52.     Visible = False
  53.   end
  54.   object Label1: TLabel
  55.     Left = 8
  56.     Top = 80
  57.     Width = 89
  58.     Height = 177
  59.     Alignment = taRightJustify
  60.     AutoSize = False
  61.     Caption = 
  62.       'The following steps will guide you through the creation of a new' +
  63.       ' trigger.'#13'Answer every question and you'#39'll have your trigger rea' +
  64.       'dy to use!'
  65.   end
  66.   object Notebook1: TNotebook
  67.     Left = 116
  68.     Top = 4
  69.     Width = 453
  70.     Height = 297
  71.     PageIndex = 3
  72.     TabOrder = 0
  73.     object TPage
  74.       Left = 0
  75.       Top = 0
  76.       Caption = 'Kind'
  77.       object Label2: TLabel
  78.         Left = 55
  79.         Top = 12
  80.         Width = 215
  81.         Height = 13
  82.         Caption = 'Choose the kind of trigger you want to create.'
  83.       end
  84.       object Label3: TLabel
  85.         Left = 48
  86.         Top = 212
  87.         Width = 82
  88.         Height = 20
  89.         Caption = 'Warning!!!'
  90.         Font.Color = clRed
  91.         Font.Height = -16
  92.         Font.Name = 'MS Sans Serif'
  93.         Font.Style = [fsBold]
  94.         ParentFont = False
  95.       end
  96.       object Label4: TLabel
  97.         Left = 136
  98.         Top = 214
  99.         Width = 298
  100.         Height = 16
  101.         Caption = 'Triggers running continuously may slow down ELF!'
  102.         Font.Color = clWindowText
  103.         Font.Height = -13
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = []
  106.         ParentFont = False
  107.       end
  108.       object EnhImage6: TEnhImage
  109.         Left = 16
  110.         Top = 3
  111.         Width = 32
  112.         Height = 32
  113.         AutoSize = True
  114.         Picture.Data = {<image000.bmp>}
  115.         Transparent = True
  116.       end
  117.       object SomeText: TRadioButton
  118.         Left = 12
  119.         Top = 60
  120.         Width = 153
  121.         Height = 17
  122.         Caption = 'activated by some text'
  123.         Checked = True
  124.         TabOrder = 0
  125.         TabStop = True
  126.       end
  127.       object Continuous: TRadioButton
  128.         Left = 12
  129.         Top = 140
  130.         Width = 125
  131.         Height = 17
  132.         Caption = 'running continuously'
  133.         TabOrder = 1
  134.       end
  135.       object Memo1: TMemo
  136.         Left = 48
  137.         Top = 80
  138.         Width = 397
  139.         Height = 45
  140.         Lines.Strings = (
  141.           
  142.             'Choose this option if you want to create a trigger activated by ' +
  143.             'some text received '
  144.           'from the MUD.'
  145.           'This kind of trigger is the most useful.')
  146.         TabOrder = 2
  147.       end
  148.       object Memo2: TMemo
  149.         Left = 48
  150.         Top = 160
  151.         Width = 397
  152.         Height = 45
  153.         Lines.Strings = (
  154.           
  155.             'This is a special kind of trigger that will be activated every t' +
  156.             'ime will be checked.'
  157.           'In this way it keeps executing related commands.'
  158.           
  159.             'You can use this behaviour to update internal variables, timers ' +
  160.             'and so on.')
  161.         TabOrder = 3
  162.       end
  163.     end
  164.     object TPage
  165.       Left = 0
  166.       Top = 0
  167.       Caption = 'ActivationText'
  168.       object Label5: TLabel
  169.         Left = 55
  170.         Top = 12
  171.         Width = 232
  172.         Height = 13
  173.         Caption = 'Specify a sample text that will activate the trigger.'
  174.       end
  175.       object Label6: TLabel
  176.         Left = 24
  177.         Top = 76
  178.         Width = 421
  179.         Height = 29
  180.         AutoSize = False
  181.         Caption = 
  182.           'The text you enter now must be a line that you can actually rece' +
  183.           'ive from the MUD.'#13'For example:'
  184.       end
  185.       object Label7: TLabel
  186.         Left = 62
  187.         Top = 108
  188.         Width = 145
  189.         Height = 13
  190.         Caption = ' [Elfred] tells you '#39'Hello boyz :-)'#39
  191.       end
  192.       object Label8: TLabel
  193.         Left = 24
  194.         Top = 192
  195.         Width = 327
  196.         Height = 13
  197.         Caption = 
  198.           'If you want you can choose a line from those in the scroll-back ' +
  199.           'buffer:'
  200.       end
  201.       object EnhImage9: TEnhImage
  202.         Left = 8
  203.         Top = 78
  204.         Width = 10
  205.         Height = 10
  206.         AutoSize = True
  207.         Picture.Data = {<image001.bmp>}
  208.         Transparent = True
  209.       end
  210.       object EnhImage10: TEnhImage
  211.         Left = 8
  212.         Top = 194
  213.         Width = 10
  214.         Height = 10
  215.         AutoSize = True
  216.         Picture.Data = {<image002.bmp>}
  217.         Transparent = True
  218.       end
  219.       object EnhImage7: TEnhImage
  220.         Left = 16
  221.         Top = 3
  222.         Width = 32
  223.         Height = 32
  224.         AutoSize = True
  225.         Picture.Data = {<image003.bmp>}
  226.         Transparent = True
  227.       end
  228.       object Edit1: TEdit
  229.         Left = 40
  230.         Top = 148
  231.         Width = 405
  232.         Height = 21
  233.         TabOrder = 0
  234.         OnChange = Edit1Change
  235.       end
  236.       object BitBtn2: TBitBtn
  237.         Left = 328
  238.         Top = 187
  239.         Width = 85
  240.         Height = 25
  241.         Caption = 'Browse...'
  242.         TabOrder = 1
  243.         OnClick = BitBtn2Click
  244.         Glyph.Data = {
  245.           76010000424D7601000000000000760000002800000020000000100000000100
  246.           04000000000000010000130B0000130B00000000000000000000000000000000
  247.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  248.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  249.           333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  250.           300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  251.           330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  252.           333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  253.           339977FF777777773377000BFB03333333337773FF733333333F333000333333
  254.           3300333777333333337733333333333333003333333333333377333333333333
  255.           333333333333333333FF33333333333330003333333333333777333333333333
  256.           3000333333333333377733333333333333333333333333333333}
  257.         NumGlyphs = 2
  258.       end
  259.     end
  260.     object TPage
  261.       Left = 0
  262.       Top = 0
  263.       Caption = 'Invariant'
  264.       object Label9: TLabel
  265.         Left = 139
  266.         Top = 48
  267.         Width = 175
  268.         Height = 39
  269.         Alignment = taCenter
  270.         Caption = 
  271.           'Example:'#13'Text: "You are summoned by Elfred."'#13'The variable part w' +
  272.           'ill be: "Elfred"'
  273.       end
  274.       object Label10: TLabel
  275.         Left = 58
  276.         Top = 12
  277.         Width = 162
  278.         Height = 13
  279.         Caption = 'Select the variable part of the text.'
  280.       end
  281.       object Label11: TLabel
  282.         Left = 8
  283.         Top = 108
  284.         Width = 70
  285.         Height = 13
  286.         Caption = '&Activation text:'
  287.         FocusControl = Edit2
  288.       end
  289.       object Label12: TLabel
  290.         Left = 122
  291.         Top = 196
  292.         Width = 209
  293.         Height = 13
  294.         Alignment = taCenter
  295.         Caption = 'Variable text is shown with BOLD characters'
  296.       end
  297.       object PaintBox1: TPaintBox
  298.         Left = 4
  299.         Top = 216
  300.         Width = 445
  301.         Height = 73
  302.         OnPaint = PaintBox1Paint
  303.       end
  304.       object EnhImage8: TEnhImage
  305.         Left = 16
  306.         Top = 3
  307.         Width = 32
  308.         Height = 32
  309.         AutoSize = True
  310.         Picture.Data = {<image004.bmp>}
  311.         Transparent = True
  312.       end
  313.       object Edit2: TEdit
  314.         Left = 16
  315.         Top = 124
  316.         Width = 429
  317.         Height = 21
  318.         ReadOnly = True
  319.         TabOrder = 0
  320.       end
  321.       object BitBtn3: TBitBtn
  322.         Left = 68
  323.         Top = 151
  324.         Width = 317
  325.         Height = 25
  326.         Caption = 'Click me to change the &status of selected text'
  327.         TabOrder = 1
  328.         OnClick = BitBtn3Click
  329.         Glyph.Data = {
  330.           68010000424D6801000000000000760000002800000012000000120000000100
  331.           040000000000D800000000000000000000000000000000000000000000000000
  332.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  333.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  334.           7777770000007777717777747777770000007777111777444777770000007771
  335.           7177777474777700000077177777777777477700000071777000000077747700
  336.           000071770788888807747700000017770F77777807774700000017770F777778
  337.           07774700000017770F77777807774700000017770F7777780777470000001777
  338.           0F77777807774700000071770FFFFFF707747700000071777000000077747700
  339.           0000771777777777774777000000777171777774747777000000777711177744
  340.           4777770000007777717777747777770000000000000000000000000000000000
  341.           000000000000000000000000}
  342.       end
  343.     end
  344.     object TPage
  345.       Left = 0
  346.       Top = 0
  347.       Caption = 'Commands'
  348.       object Label20: TLabel
  349.         Left = 56
  350.         Top = 12
  351.         Width = 310
  352.         Height = 13
  353.         Caption = 'Write the commands to be executed when the trigger is activated.'
  354.       end
  355.       object Label21: TLabel
  356.         Left = 24
  357.         Top = 52
  358.         Width = 417
  359.         Height = 41
  360.         AutoSize = False
  361.         Caption = 
  362.           'Now you'#39'll be taken in the command editor to write the commands ' +
  363.           'linked to this trigger.'#13'Such commands will be executed when the ' +
  364.           'trigger is '#39'triggered'#39'.'
  365.       end
  366.       object Label22: TLabel
  367.         Left = 24
  368.         Top = 96
  369.         Width = 417
  370.         Height = 29
  371.         AutoSize = False
  372.         Caption = 
  373.           'You'#39'll be able to paste in easily the commands that you already ' +
  374.           'sent to the mud.'
  375.       end
  376.       object Label23: TLabel
  377.         Left = 24
  378.         Top = 136
  379.         Width = 417
  380.         Height = 41
  381.         AutoSize = False
  382.         Caption = 
  383.           'A '#39'parameter wizard'#39' will allow you to easily use variable parts' +
  384.           '.'#13'Simply double-click over one on the parameters shown in the up' +
  385.           'per-left list box and the wizard will show up.'
  386.       end
  387.       object EnhImage1: TEnhImage
  388.         Left = 16
  389.         Top = 3
  390.         Width = 32
  391.         Height = 32
  392.         AutoSize = True
  393.         Picture.Data = {<image005.bmp>}
  394.         Transparent = True
  395.       end
  396.       object EnhImage2: TEnhImage
  397.         Left = 8
  398.         Top = 54
  399.         Width = 10
  400.         Height = 10
  401.         AutoSize = True
  402.         Picture.Data = {<image006.bmp>}
  403.         Transparent = True
  404.       end
  405.       object EnhImage3: TEnhImage
  406.         Left = 8
  407.         Top = 98
  408.         Width = 10
  409.         Height = 10
  410.         AutoSize = True
  411.         Picture.Data = {<image007.bmp>}
  412.         Transparent = True
  413.       end
  414.       object EnhImage4: TEnhImage
  415.         Left = 8
  416.         Top = 138
  417.         Width = 10
  418.         Height = 10
  419.         AutoSize = True
  420.         Picture.Data = {<image008.bmp>}
  421.         Transparent = True
  422.       end
  423.       object EditCommands: TBitBtn
  424.         Left = 220
  425.         Top = 220
  426.         Width = 185
  427.         Height = 25
  428.         Caption = 'Press me to edit commands'
  429.         TabOrder = 0
  430.         OnClick = EditCommandsClick
  431.         Glyph.Data = {
  432.           66010000424D6601000000000000760000002800000014000000140000000100
  433.           040000000000F000000000000000000000001000000010000000000000000000
  434.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  435.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  436.           3333333300003333333333333333333300003333000333333333333300003333
  437.           08803333333333330000333330F8033333333333000033333307803333333333
  438.           00003333330F700333333333000033333330780380333333000033333300F700
  439.           0803333300003333330F0F700780333300003333300F0FF70080333300003333
  440.           30F0F0FF7078033300003333300F0F0F777703330000333330F0F07FF7770333
  441.           00003333330F07FFFF770333000033333330FF7FFFF703330000333333330FFF
  442.           FFF7033300003333333330F7FFFF703300003333333333000000003300003333
  443.           33333333333333330000}
  444.       end
  445.     end
  446.     object TPage
  447.       Left = 0
  448.       Top = 0
  449.       Caption = 'Advanced'
  450.       object Label13: TLabel
  451.         Left = 58
  452.         Top = 12
  453.         Width = 89
  454.         Height = 13
  455.         Caption = 'Advanced options.'
  456.       end
  457.       object Label14: TLabel
  458.         Left = 104
  459.         Top = 140
  460.         Width = 239
  461.         Height = 13
  462.         Caption = 'seconds before actually issuing related commands.'
  463.       end
  464.       object Label15: TLabel
  465.         Left = 24
  466.         Top = 140
  467.         Width = 27
  468.         Height = 13
  469.         Caption = 'Delay'
  470.       end
  471.       object Label16: TLabel
  472.         Left = 136
  473.         Top = 52
  474.         Width = 161
  475.         Height = 13
  476.         Caption = 'seconds between two activations.'
  477.       end
  478.       object Label17: TLabel
  479.         Left = 24
  480.         Top = 52
  481.         Width = 59
  482.         Height = 13
  483.         Caption = 'Wait at least'
  484.       end
  485.       object Label18: TLabel
  486.         Left = 75
  487.         Top = 236
  488.         Width = 44
  489.         Height = 20
  490.         Caption = 'Note:'
  491.         Font.Color = clRed
  492.         Font.Height = -16
  493.         Font.Name = 'MS Sans Serif'
  494.         Font.Style = [fsBold]
  495.         ParentFont = False
  496.       end
  497.       object Label19: TLabel
  498.         Left = 123
  499.         Top = 238
  500.         Width = 279
  501.         Height = 16
  502.         Caption = 'generally you won'#39't modify these parameters :-)'
  503.         Font.Color = clWindowText
  504.         Font.Height = -13
  505.         Font.Name = 'MS Sans Serif'
  506.         Font.Style = []
  507.         ParentFont = False
  508.       end
  509.       object EnhImage11: TEnhImage
  510.         Left = 8
  511.         Top = 54
  512.         Width = 10
  513.         Height = 10
  514.         AutoSize = True
  515.         Picture.Data = {<image009.bmp>}
  516.         Transparent = True
  517.       end
  518.       object EnhImage12: TEnhImage
  519.         Left = 8
  520.         Top = 142
  521.         Width = 10
  522.         Height = 10
  523.         AutoSize = True
  524.         Picture.Data = {<image010.bmp>}
  525.         Transparent = True
  526.       end
  527.       object EnhImage5: TEnhImage
  528.         Left = 16
  529.         Top = 3
  530.         Width = 32
  531.         Height = 32
  532.         AutoSize = True
  533.         Picture.Data = {<image011.bmp>}
  534.         Transparent = True
  535.       end
  536.       object Memo3: TMemo
  537.         Left = 44
  538.         Top = 76
  539.         Width = 293
  540.         Height = 29
  541.         BorderStyle = bsNone
  542.         Color = clBtnFace
  543.         Lines.Strings = (
  544.           'When the trigger will be activated, it won'#39't be activated again '
  545.           'before this number of seconds has elapsed.')
  546.         TabOrder = 0
  547.       end
  548.       object IntervalSecs: TMaskEdit
  549.         Left = 92
  550.         Top = 48
  551.         Width = 37
  552.         Height = 21
  553.         Hint = 'Must be in range 0..9999'
  554.         EditMask = '9999;0; '
  555.         MaxLength = 4
  556.         ParentShowHint = False
  557.         ShowHint = True
  558.         TabOrder = 1
  559.         Text = '0'
  560.       end
  561.       object Memo4: TMemo
  562.         Left = 44
  563.         Top = 164
  564.         Width = 293
  565.         Height = 45
  566.         BorderStyle = bsNone
  567.         Color = clBtnFace
  568.         Lines.Strings = (
  569.           'When the trigger is activated, the related commands will be '
  570.           'executed after this number of seconds.'
  571.           'Useful for simulating a human (slow :-)) behaviour.')
  572.         TabOrder = 2
  573.       end
  574.       object DelaySecs: TMaskEdit
  575.         Left = 60
  576.         Top = 136
  577.         Width = 37
  578.         Height = 21
  579.         Hint = 'Must be in range 0..9999'
  580.         EditMask = '9999;0; '
  581.         MaxLength = 4
  582.         ParentShowHint = False
  583.         ShowHint = True
  584.         TabOrder = 3
  585.         Text = '0'
  586.       end
  587.     end
  588.     object TPage
  589.       Left = 0
  590.       Top = 0
  591.       Caption = 'Result'
  592.       object LABTrigger: TLabel
  593.         Left = 8
  594.         Top = 12
  595.         Width = 33
  596.         Height = 13
  597.         Caption = '&Trigger'
  598.         FocusControl = TrigTrig
  599.       end
  600.       object interval: TLabel
  601.         Left = 8
  602.         Top = 34
  603.         Width = 140
  604.         Height = 13
  605.         Caption = '&Seconds between activations'
  606.         FocusControl = MaskEdit1
  607.       end
  608.       object delay: TLabel
  609.         Left = 248
  610.         Top = 34
  611.         Width = 101
  612.         Height = 13
  613.         Caption = '&Delay before activate'
  614.         FocusControl = MaskEdit2
  615.       end
  616.       object LABCommand: TLabel
  617.         Left = 8
  618.         Top = 96
  619.         Width = 52
  620.         Height = 13
  621.         Caption = 'Co&mmands'
  622.         FocusControl = TrigComms
  623.       end
  624.       object TrigTrig: TEdit
  625.         Left = 48
  626.         Top = 8
  627.         Width = 397
  628.         Height = 21
  629.         Hint = 'Trigger to be recognized'
  630.         Font.Color = clBlack
  631.         Font.Height = -11
  632.         Font.Name = 'MS Sans Serif'
  633.         Font.Style = []
  634.         ParentFont = False
  635.         ParentShowHint = False
  636.         ShowHint = True
  637.         TabOrder = 0
  638.       end
  639.       object MaskEdit1: TMaskEdit
  640.         Left = 156
  641.         Top = 32
  642.         Width = 37
  643.         Height = 21
  644.         Hint = 'Must be in range 0..9999'
  645.         EditMask = '9999;0; '
  646.         Font.Color = clBlack
  647.         Font.Height = -11
  648.         Font.Name = 'MS Sans Serif'
  649.         Font.Style = []
  650.         MaxLength = 4
  651.         ParentFont = False
  652.         ParentShowHint = False
  653.         ShowHint = True
  654.         TabOrder = 1
  655.         Text = '0'
  656.       end
  657.       object MaskEdit2: TMaskEdit
  658.         Left = 356
  659.         Top = 32
  660.         Width = 37
  661.         Height = 21
  662.         Hint = 'Must be in range 0..9999'
  663.         EditMask = '9999;0; '
  664.         Font.Color = clBlack
  665.         Font.Height = -11
  666.         Font.Name = 'MS Sans Serif'
  667.         Font.Style = []
  668.         MaxLength = 4
  669.         ParentFont = False
  670.         ParentShowHint = False
  671.         ShowHint = True
  672.         TabOrder = 2
  673.         Text = '0'
  674.       end
  675.       object CheckBox3: TCheckBox
  676.         Left = 8
  677.         Top = 56
  678.         Width = 149
  679.         Height = 17
  680.         Caption = 'Check &complete lines'
  681.         TabOrder = 3
  682.       end
  683.       object CheckBox2: TCheckBox
  684.         Left = 8
  685.         Top = 74
  686.         Width = 137
  687.         Height = 17
  688.         Caption = '&Remove original line'
  689.         TabOrder = 4
  690.       end
  691.       object CheckBox5: TCheckBox
  692.         Left = 140
  693.         Top = 56
  694.         Width = 229
  695.         Height = 17
  696.         Caption = 'E&nable re-checking on the same line'
  697.         TabOrder = 5
  698.       end
  699.       object CheckBox6: TCheckBox
  700.         Left = 140
  701.         Top = 74
  702.         Width = 209
  703.         Height = 17
  704.         Caption = '&Last trigger to check if activated'
  705.         TabOrder = 6
  706.       end
  707.       object TrigComms: TMemo
  708.         Left = 64
  709.         Top = 93
  710.         Width = 381
  711.         Height = 196
  712.         Hint = 'Commands to execute when the trigger is recognized'
  713.         Font.Color = clBlack
  714.         Font.Height = -12
  715.         Font.Name = 'Fixedsys'
  716.         Font.Style = []
  717.         Lines.Strings = (
  718.           '')
  719.         MaxLength = 255
  720.         ParentFont = False
  721.         ParentShowHint = False
  722.         ShowHint = False
  723.         TabOrder = 7
  724.         WordWrap = False
  725.       end
  726.     end
  727.   end
  728.   object BitBtn4: TBitBtn
  729.     Left = 304
  730.     Top = 308
  731.     Width = 85
  732.     Height = 25
  733.     Caption = 'Back'
  734.     Enabled = False
  735.     TabOrder = 1
  736.     Visible = False
  737.     Glyph.Data = {
  738.       4E010000424D4E01000000000000760000002800000012000000120000000100
  739.       040000000000D800000000000000000000001000000010000000000000000000
  740.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  741.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  742.       DDDDDD000000DDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDDDDDDDD000000DDDD
  743.       DDD00DDDDDDDDD000000DDDDDD0880DDDDDDDD000000DDDDDD0880DDDD00DD00
  744.       0000DDDDDDD080DDD0880D000000DDDD00DD0DDDD0880D000000DDD0880DDDDD
  745.       DD080D000000DD088880DDD00DD0DD000000D088880DDD0880DDDD000000D088
  746.       80DDD08880DDDD000000D08880DD088880DDDD000000D0880DD088880DDDDD00
  747.       0000DD00DDD088880DDDDD000000DDDDDDD08880DDDDDD000000DDDDDDDD000D
  748.       DDDDDD000000DDDDDDDDDDDDDDDDDD000000}
  749.     Style = bsNew
  750.   end
  751.   object GoOn: TBitBtn
  752.     Left = 392
  753.     Top = 308
  754.     Width = 85
  755.     Height = 25
  756.     Caption = '&Go on'
  757.     TabOrder = 2
  758.     OnClick = GoOnClick
  759.     Glyph.Data = {
  760.       DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  761.       0400000000006800000000000000000000001000000010000000000000000000
  762.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  763.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  764.       7000777707707777700077770070077770007777060060777000000006606607
  765.       7000066666660660700006666666606600000666666606607000000006606607
  766.       7000777706006077700077770070077770007777077077777000777777777777
  767.       7000}
  768.     Style = bsNew
  769.   end
  770.   object BitBtn1: TBitBtn
  771.     Left = 480
  772.     Top = 308
  773.     Width = 85
  774.     Height = 25
  775.     TabOrder = 3
  776.     Kind = bkCancel
  777.     Style = bsNew
  778.   end
  779.   object FacePanel: TPanel
  780.     Left = 13
  781.     Top = 4
  782.     Width = 78
  783.     Height = 91
  784.     BevelInner = bvLowered
  785.     BorderWidth = 4
  786.     Caption = 'FacePanel'
  787.     TabOrder = 4
  788.     Visible = False
  789.     object FxImage2: TFxImage
  790.       Left = 7
  791.       Top = 7
  792.       Width = 64
  793.       Height = 77
  794.       Effect = 35
  795.       BoxWidth = 2
  796.       AutoSize = True
  797.       Picture.Data = {<image012.bmp>}
  798.     end
  799.   end
  800. end
  801.